Algorithmic Language - перевод на Английский
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Algorithmic Language - перевод на Английский

FAMILY OF IMPERATIVE COMPUTER PROGRAMMING LANGUAGES
Algol programming language; Algol language; ALGOL programming language; ALGOL (programming language); Algol (programming language); Algorithmic language; Computer language ALGOL; Algol-like; Algorithmic Language; Triplex-ALGOL Karlsruhe; Triplex-ALGOL; Triplex-ALGOL 60 Karlsruhe; Triplex-ALGOL 60; ALGOL family
  • Family tree of the Algol, [[Fortran]] and [[COBOL]] programming language dynasty

algorithmic language         
(n.) = lenguaje algorítmico
Ex: This article discusses its links with algorithmic languages and automatic language translation with Esperanto as a catalyst.
Algorithmic Language         
Lenguaje Basado en Algoritmos, lenguaje algorítmico
algorithmic         
WIKIMEDIA DISAMBIGUATION PAGE
Algorithmic (disambiguation)
(adj.) = algorítmico
Ex: Algorithmic identification of new compounds can be incorrect because of spectral deviations of new substances from the norms.
----
* algorithmic language = lenguaje algorítmico
* algorithmic procedure = procedimiento algorítmico
* algorithmic programming language = lenguaje de programación algorítmico

Определение

gacela
sust. fem.
Zoología. Antílope algo menor que el corzo, que habita en Persia, Arabia y norte de Africa, y es muy celebrado por su figura esbelta, por su agilidad y por la hermosura de sus ojos, grandes, negros y vivos. Tiene la cola corta, las piernas muy finas, blanco el vientre, leonado el lomo, y las astas encorvadas a modo de lira.

Википедия

ALGOL

ALGOL (; short for "Algorithmic Language") is a family of imperative computer programming languages originally developed in 1958. ALGOL heavily influenced many other languages and was the standard method for algorithm description used by the Association for Computing Machinery (ACM) in textbooks and academic sources for more than thirty years.

In the sense that the syntax of most modern languages is "Algol-like", it was arguably more influential than three other high-level programming languages among which it was roughly contemporary: FORTRAN, Lisp, and COBOL. It was designed to avoid some of the perceived problems with FORTRAN and eventually gave rise to many other programming languages, including PL/I, Simula, BCPL, B, Pascal, and C.

ALGOL introduced code blocks and the begin...end pairs for delimiting them. It was also the first language implementing nested function definitions with lexical scope. Moreover, it was the first programming language which gave detailed attention to formal language definition and through the Algol 60 Report introduced Backus–Naur form, a principal formal grammar notation for language design.

There were three major specifications, named after the years they were first published:

  • ALGOL 58 – originally proposed to be called IAL, for International Algebraic Language.
  • ALGOL 60 – first implemented as X1 ALGOL 60 in 1961. Revised 1963.
  • ALGOL 68 – introduced new elements including flexible arrays, slices, parallelism, operator identification. Revised 1973.

ALGOL 68 is substantially different from ALGOL 60 and was not well received, so in general "Algol" means ALGOL 60 and its dialects.